Windowable.size

Resize the window.

Does not animate.

interface Windowable
@property
void
size
(
uint width
,
uint height
)

Parameters

width uint

The width to set to

height uint

The height to set to

Meta